html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
input,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
article,
aside,
audio,
canvas,
figure,
footer,
header,
mark,
menu,
nav,
section,
time,
video {
  margin: 0;
  padding: 0;
  word-break: break-all;
  font-family: '寰蒋闆呴粦'
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
blockquote {
  display: block;
}

ul,
ol {
  list-style: none;
}

img {
  border: 0 none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong,
em,
i {
  font-style: normal;
  font-weight: normal;
}

ins {
  text-decoration: underline;
}

button {
  cursor: pointer;
  border:none;
  outline:none;
}

del {
  text-decoration: line-through;
}

mark {
  background: none;
}

input::-ms-clear {
  display: none !important;
}
input{
  border: 0;
  outline: none;
}
body {
  font: 12px/1.5 \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", "Droid Sans Fallback", SimSun, sans-serif;
  background: #fff;
}
body,html{
  min-width: 1200px;
  font-size: 14px;
  font-family:MicrosoftYaHei !important;
}
a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
}
.ipt-wrap{
    position: relative;
}
.img-wrap{
  text-align: center;
}
.img-wrap img{
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.container{
  width: 1200px;
  margin: 0 auto;
}
.one-line {
  overflow: hidden;
  white-space: nowrap;
  display: block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.two-line {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.three-line {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.texplace{
  font-size:14px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  color:rgba(204,204,204,1);
  position: absolute;
  z-index: 2;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.clear{
  zoom: 1;
}
.clear::after{
  content: '';
  display: block;
  clear: both;
}
.borderBox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
input::-webkit-input-placeholder {
  font-family:MicrosoftYaHei;
    font-size: 16px;
	color: #a5a5a5;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family:MicrosoftYaHei;
  font-size: 16px;
  color: #a5a5a5;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family:MicrosoftYaHei;
    font-size: 16px;
	color: #a5a5a5;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family:MicrosoftYaHei;
    font-size: 16px;
	color: #a5a5a5;
}
input::-ms-reveal{
  display: none;
}
input::-ms-clear{display:none;}


